-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easier Settings for Tray publisher addon #44
Easier Settings for Tray publisher addon #44
Conversation
… implement conversion
This PR changig a lot of things at the same time. I don't think we should put simple and editorial creators under |
Co-authored-by: Jakub Trllo <[email protected]>
Co-authored-by: Jakub Trllo <[email protected]>
…/github.com/ynput/ayon-traypublisher into 43-easier-settings-for-tray-publisher-addon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate most of this can be seen as personal preferences.
But I'd say I'm happy with those changes:
🟢 Ingest CSV column expanded
🟢 Ingest CSV representation expanded
Slightly less sure about those ones:
🟠 Folder/Task Regexes order switch - current order makes more sense to me
🟠 Grouping settings under Create
- looks fine on paper but I haven't played much with those option so it's hard to give a great feedback here
I'm giving an approval here to not slow things down, I feel once discussions will happen I this will just be matter of finding a proper compromise.
@robin-ynput , I admit the changes mostly came from my personal preference.
I've here few suggestions, please let me know which one do you prefer:
|
Important thing imo is really to keep Folder/Task grouping. I think the alternative suggestion is great !! |
should this PR get a |
…/github.com/ynput/ayon-traypublisher into 43-easier-settings-for-tray-publisher-addon
You should split the PR to multiple PRs. There are different major changes, some of them cannot be merged and some of them should be approved by different people. I'm still against moving simple and editorial creators under create section. Using |
@iLLiCiTiT @robin-ynput |
@@ -2,7 +2,7 @@ | |||
|
|||
|
|||
class SimpleCreatorPlugin(BaseSettingsModel): | |||
_layout = "expanded" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This really should stay there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried updating the setting group name with label
but that was not recommended because admins are allowed to leave the label blank.
Also, I tried updating the setting group name with product_type
but AYON server ignored the name in favor of the label.
https://discord.com/channels/517362899170230292/773127690453516298/1313448327903445012
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know you've tried to change, but then reverted, so this should be reverted too. It was bad before, now it is worse...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll create another PR this afternoon.
Changelog Description
resolve #43
This PR only changes the settings UI.
Simple creators
easier to read.by un expanding the item groups.
IngestCSV
settingsFolder creation config
setting and change the layout of folder types to compact (so it looks like a table of regexes)Testing notes: